dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAgentCollection Class / OracleQueueAgentCollection Constructor / OracleQueueAgentCollection Constructor(OracleQueueAgent[])
The array of OracleQueueAgent objects used to initialize collection.

In This Topic
    OracleQueueAgentCollection Constructor(OracleQueueAgent[])
    In This Topic
    Initializes a new instance of the OracleQueueAgentCollection class with the specified array of OracleQueueAgent objects.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal agents() As OracleQueueAgent _
    )
    public OracleQueueAgentCollection( 
       OracleQueueAgent[] agents
    )

    Parameters

    agents
    The array of OracleQueueAgent objects used to initialize collection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also